db_constraints ~master (2022-04-24T06:29:45.2622732)
Dub
Repo
hasMembersWithUDA.Impl
db_constraints
utils
meta
hasMembersWithUDA
Undocumented in source.
template
hasMembersWithUDA
(ClassName, attribute)
template
Impl (
T
...
) {
static if
(
T.length == 0
)
enum
Impl
;
static if
(!(
T.length == 0
))
static if
(
__traits(compiles, __traits(getMember, ClassName, T[0])) && Overloads!(__traits(getOverloads, ClassName, T[0]))
)
enum
Impl
;
alias
Impl
=
Impl
!(
T
[
1
..$])
;
}
Members
Aliases
Impl
alias
Impl
=
Impl
!(
T
[
1
..$])
Undocumented in source.
Manifest constants
Impl
enum
Impl
;
Undocumented in source.
Impl
enum
Impl
;
Undocumented in source.
Meta
Source
See Implementation
db_constraints
utils
meta
hasMembersWithUDA
manifest constants
hasMembersWithUDA
templates
Impl
Overloads